require "import"
import "android.content.*"
this.startActivity(Intent.createChooser(Intent(Intent.ACTION_SEND).putExtra(Intent.EXTRA_TEXT,this.getText(node)).setType("text/plain"),null))